projects
/
ostree.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
735b03d
)
Fix the lost line separator
author
Denis Pynkin
<denis.pynkin@collabora.com>
Thu, 16 Apr 2020 19:12:51 +0000
(22:12 +0300)
committer
Colin Walters
<walters@verbum.org>
Thu, 16 Apr 2020 21:34:09 +0000
(17:34 -0400)
Signed-off-by: Denis Pynkin <denis.pynkin@collabora.com>
ci/travis-build.sh
patch
|
blob
|
history
diff --git
a/ci/travis-build.sh
b/ci/travis-build.sh
index 3fd969bdced6a0fe55b4bbecea7c0d478a0d57c1..942c0e77b4dbe149a4633e58c767c1b8bac120f0 100755
(executable)
--- a/
ci/travis-build.sh
+++ b/
ci/travis-build.sh
@@
-85,7
+85,7
@@
make="make -j${ci_parallel} V=1 VERBOSE=1"
../configure \
--enable-always-build-tests \
- ${ci_configopts}
+ ${ci_configopts}
\
"$@"
${make}